feat(fiori-mcp-server) how to add extensions to odata v4 fiori elements#4552
feat(fiori-mcp-server) how to add extensions to odata v4 fiori elements#4552
Conversation
🦋 Changeset detectedLatest commit: e28d2ae The changes in this PR will be included in the next version bump. This PR includes changesets to release 2 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
b11f00f to
4095d79
Compare
…ontrollerExtension in Fiori Elements
SummaryThe following content is AI-generated and provides a summary of the pull request: Add Fiori Elements OData V4 Extension Patterns DocumentationNew Features✨ Adds comprehensive developer documentation for implementing extensions in SAP Fiori Elements OData V4 applications, covering verified working patterns and known broken patterns with detailed pitfall explanations. Changes
PR Bot InformationVersion:
|
There was a problem hiding this comment.
The PR adds well-structured SAP Fiori Elements extension documentation to the embeddings data store with a correct patch changeset. The content is thorough and the format is consistent with the existing build-embeddings.ts pipeline expectations.
Two minor documentation quality issues were flagged: (1) the coexistence of ListReportExt.js and ListReportExt.controller.js in the Step 4/4b alternative approach could benefit from an explicit clarification to avoid developer confusion, and (2) the BROKEN pattern section's error list omits the missing null guard on onCloseMergeTravelsPopup, which would be useful for completeness when readers use it for error recognition.
|



feat(fiori-mcp-server) how to add extensions to odata v4 fiori elements